Hi Sam,
I found this:
http://www.pcbheaven.com/exppages/files/digitalcaliperprotocol_1261070533_mitutoyo_digimatic.pdf
which seems to indicate when requested the device will send out a 13x4bit sequence (52 bits) based on a clock that is high for a minimum 100us and low for 100us. Another article I found said the timing would be between 150us and 250us each state.
It looks like a sample could be obtained about every 250us x 2 x 52 = 26ms
KFLOP has a call back function that can result in a callback to your code ever servo sample time (90us). I'd suggest coding a callback function to simply monitor the clock and capture a data bit every falling clock edge for the 52 bits. A User Program could
then process the data bits into the format you need.
Let me know if this makes sense.